2015-04-07 - 18329 - Service Request - Fix Seasons POS Extract (Craig by 2015-04-09) #SDMiscellaneousReports
2015-04-07 - 18329 - Service Request - Fix Seasons POS Extract
Problem Summary
Some materials are not being properly extracted because of the season date evaluations.
Admin Info
Purpose
|
Fix Seasons POS Extract
|
Requested by
|
Craig Spangler
|
Issue Date
|
04/07/2015
|
Resolved by
|
Deepak/Siba/Damodar
|
Resolved Date
|
04/07/2015
|
Document Status
|
Completed
|
Detailed Problem Description
(Include Screen Shots if required )
The invalid seasons in the material master is not displaying the price changed materials in the EMEA POS extract file.The season validity logic of considering both validity dates of delivery and order window is not allowing the materials to display in the output.
Solution Analysis and Recommendations
(Include Screen Shots if required)
- The existing logic of considering the validity periods of both delivery and order window should be removed from the program.The new logic should be based only on the order window.The latest date of the order to dates should be considered and the respective season/collection should be displayed for the given material in the file.
- If the order to dates are same then the latest date of the order from dates should be considered and the respective season/collection should be displayed for the given material in the file.
- If the material doesn't have any season in the MM then the material shouldn't be dispalyed in the file.
- If the material has the season with no validity periods then also the material should be displayed with season/collection in the file.
Resolution
The program ZIMM_XML_INVENTORY_OUTPUT is changed to display the materials with invalid seasons in the file based on the new logic.
Release Information
2015-04-07 - 18329 - Rel Notes - Fix Seasons POS Extract